TextView: clear the background using the default bg color
authorPaolo Borelli <pborelli@gnome.org>
Sun, 24 Aug 2014 15:58:36 +0000 (17:58 +0200)
committerPaolo Borelli <pborelli@gnome.org>
Tue, 26 Aug 2014 07:55:53 +0000 (09:55 +0200)
commit290a19e93d87be9b02c6c076483a7e433a138ed5
tree72aba5ba34a843be746ac054b2f4022e582245c4
parentd5876e99f59f8ef7404778aee7bdad4e0cb89fd5
TextView: clear the background using the default bg color

Try to tidy up how the background is set on the textview:
 *) the .view class should be applied only to the text window, not
    to the margins
 *) when setting the background on the margins we must use .left etc
 *) use context_set_bg instead of manually setting the color

https://bugzilla.gnome.org/show_bug.cgi?id=735368
gtk/gtktextview.c